home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: Essential Home & Business
/
PC-SIG - Essential Home and Business Collection.iso
/
26
/
1
/
7
/
PARTNER.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-06-02
|
1KB
|
52 lines
echo off
cls
if exist c:\partner\partner.jwk c:
if exist c:\partner\partner.jwk goto :hard
if exist d:\partner\partner.jwk d:
if exist d:\partner\partner.jwk goto :hard
if exist e:\partner\partner.jwk e:
if exist e:\partner\partner.jwk goto :hard
if exist f:\partner\partner.jwk f:
if exist f:\partner\partner.jwk goto :hard
goto :floppy
:hard
cd\partner
partner
cd\
goto :end
:floppy
cls
echo To run YOUR REAL ESTATE PARTNER from 5-1/4 inch floppy disks,
echo you must have a computer with two floppy disk drives.
echo.
echo Leave the Master disk in its current drive, and place
echo the Utility disk in the second drive.
echo.
pause
echo.
if exist b:\partner.exe goto :driveB
if exist a:\partner.exe goto :driveA
goto :message
:driveA
if not exist b:partner.jwk goto :message
append b:\
partner b:partner
cls
goto :end
:driveB
if not exist a:partner.jwk goto :message
append a:\
partner a:partner
cls
goto :end
:message
echo.
echo The Master and Utility disks could not be found in the two disk drives.
goto :stop
:end
cd\
cls
echo Thank you for working with YOUR REAL ESTATE PARTNER.
echo.
:stop